home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / boot / MinStack.readme < prev   
Text File  |  2002-10-13  |  951b  |  26 lines

  1. Short:    Sets minimum stacksize for new processes
  2. Author:   p-k@htp-tel.de (Peter Keunecke)
  3. Uploader: p-k@htp-tel.de (Peter Keunecke)
  4. Version:  1.3
  5. Type:     util/boot
  6. Requires: AmigaOS 2.04+ (V37)
  7.  
  8. This shell-command is a simple and small patch to increase the
  9. minimum stacksize for every NEW process. The default is 8000.
  10. The original idea is based on "StackAttack" from Georg Steger
  11. and Robin Cloutman, but "MinStack" is limited to just doing a
  12. single job: setting up the stacksize only as fast as possible.
  13.  
  14. MinStack can be included in the startup-sequence without "Run"
  15. and without the MIN-argument somewhere below "setpatch".
  16.  
  17. This program and its sourcecode is Freeware, but I don't give
  18. any warranties and will not accept any responsibility for it!
  19.  
  20.  Changes in version 1.2:
  21.  
  22.  MEMF_PUBLIC is set for the patchcode itself, for VMem-progs.
  23.  Some cleanup in the setup-routine, which saves a few Bytes.
  24.  
  25.  1.3: Some more cleanup in the patchcode.
  26.